home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be003.dxr / 00050.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  353 b   |  19 lines

  1. on exitFrame
  2.   set LastTick to the ticks
  3.   repeat while the locH of sprite 4 < 700
  4.     set x to 7 * (the ticks - LastTick)
  5.     set LastTick to the ticks
  6.     set the locH of sprite 4 to the locH of sprite 4 + x
  7.     updateStage()
  8.   end repeat
  9.   if the timer < 3260 then
  10.     go(the frame)
  11.   else
  12.     go(the frame + 1)
  13.   end if
  14. end
  15.  
  16. on mouseUp
  17.   go(75)
  18. end
  19.